home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 31 / ted21a.zip / TED.DOC < prev    next >
Text File  |  1988-05-29  |  14KB  |  328 lines

  1.                               TED Version 2.1a Manual
  2.  
  3.      AutoCAD and AutoLISP are registered trademarks of AutoDesk, Inc.
  4.  
  5.      --------------------------------< Notice >--------------------------------
  6.  
  7.      TED 2.1a (see list of files) are being introduced as shareware software
  8.      for use with AutoCAD. You may copy and distribute these files freely
  9.      provided a) no fee is charged and b) all of the files are distributed
  10.      together in their original, unmodified form. Please use TED.ARC file for
  11.      uploading to bulletin boards and such.
  12.  
  13.      If you like TED and find it useful, your $40 registration fee would be
  14.      greatly appreciated. Registration form is at end of document. Registered
  15.      owners will receive TED 2.1b, bug fixes and will be notified of future
  16.      releases. Further updates to TED 2.1b will be made available to all
  17.      registered owners for the cost of materials, shipping and handling (i.e $3)
  18.      or the difference in list price.
  19.  
  20.      Please observe that TED is not 'freeware'. If you use TED, you must
  21.      register. The trial period is limited strictly to two weeks. TED must be
  22.      registered for each computer that it is installed on.
  23.  
  24.      Corporate rates and site licensing are available. Write or call Alacrity
  25.      for information. If your company or school needs an invoice to process an
  26.      order, one can easily (even cheerfully) be provided.
  27.  
  28.      You may reference the TED routine from within your own AutoCAD menus
  29.      observing the following a) the copyright notice is left intact b) TED is
  30.      not distributed in whole or in part in any manner with any other package.
  31.  
  32.      ----------------------------< Introduction >-------------------------------
  33.  
  34.      Pretend I typed this in in AutoCAD: "Oops?? i maked lotts of mixtakez in
  35.      my drawling." Oh darn! No problem, really. I can just use CHANGE to retype
  36.      the whole thing over again. Right...?
  37.  
  38.      Introducing TED! TED gives AutoCAD users the ability to use the type of
  39.      functions found in wordprocessors to edit AutoCAD text entities. What this
  40.      means is an increase in productivity and a decrease in frustration.
  41.  
  42.      TED is actually a full screen line editor. It operates entirely within
  43.      AutoCAD. TED does NOT import text, does NOT shell outside of AutoCAD and
  44.      does NOT use scripts. TED is by far easier to use than any change text or
  45.      export/import utility. And TED now uses the cursor keys (without Ctrl!).
  46.  
  47.      ----------------------------< Installation >-------------------------------
  48.  
  49.      For the first time that we use TED, lets make it REAL easy to sort out any
  50.      potential problems.  Lots of times, various menus and Lisp routines just
  51.      don't mesh too well.  So we'll try to keep everything 'vanilla'. Just
  52.      follow along and everything will be fine. (I am assuming that all of the
  53.      TED files are on a disk in drive A:, C:\ACAD is your AutoCAD directory and
  54.      that you have some experience with DOS).
  55.  
  56.  
  57.  
  58.      Copyright 1988 Alacrity                                       Page 1 of 5
  59.                               TED Version 2.1a Manual
  60.  
  61.           ---< Copying Files >---
  62.  
  63.      You will need a directory to put all of the TED support files. Create a
  64.      directory named C:\ALACRITY. At the DOS prompt:
  65.  
  66.           > C:
  67.           > MD \ALACRITY
  68.  
  69.      Copy all of the TED files on the disk in drive A: into the C:\ALACRITY
  70.      directory.
  71.  
  72.           > COPY A:\TED.* C:\ALACRITY\*.*
  73.  
  74.           ---< ANSI.SYS >---
  75.  
  76.      You absolutely MUST have the ANSI.SYS driver loaded in your system. If
  77.      you're not sure, type at the DOS prompt:
  78.  
  79.           > TYPE CONFIG.SYS
  80.  
  81.      You MUST have the line "DEVICE=ANSI.SYS" in there somewhere. If it doesn't
  82.      appear or you don't even have a CONFIG.SYS:
  83.  
  84.           > TYPE \ALACRITY\TED.SYS >> CONFIG.SYS
  85.  
  86.      You MUST have the file ANSI.SYS in the root directory. You can find a copy
  87.      of ANSI.SYS on your DOS disk if no where else.
  88.  
  89.      If you had to add the line "DEVICE=ANSI.SYS" driver to your CONFIG.SYS
  90.      file, you MUST reboot the computer.
  91.  
  92.           > [Ctrl]-[Alt]-[Del]
  93.  
  94.           ---< AutoCAD Enviroment >---
  95.  
  96.      The enviroment variables LISPHEAP and LISPSTACK must be set to 30000 and
  97.      15000, respectively, before entering AutoCAD. The batch file TED.BAT will
  98.      do this. Run the TED batch file to initialize the AutoCAD enviroment. It
  99.      will print "DONE" when it is done. At the DOS prompt:
  100.  
  101.           > \ALACRITY\TED
  102.  
  103.           ---< ACAD.LSP >---
  104.  
  105.      Having an ACAD.LSP may interfere (temporarily) with getting TED up and
  106.      running for the first time. Find out if you have an ACAD.LSP. Type at the
  107.      DOS prompt:
  108.  
  109.           > CD\ACAD
  110.           > DIR ACAD.LSP
  111.  
  112.      If you have an ACAD.LSP file. Type at the DOS prompt:
  113.  
  114.           > REN ACAD.LSP ACAD_OLD.LSP
  115.  
  116.      Copyright 1988 Alacrity                                       Page 2 of 5
  117.                               TED Version 2.1a Manual
  118.  
  119.      NOTE: You will want to REN ACAD_OLD.LSP ACAD.LSP after making sure that
  120.            TED works in your system.
  121.  
  122.           ---< Enter AutoCAD >---
  123.  
  124.      Start AutoCAD. Please make sure that you are not using any memory resident
  125.      programs (i.e. SideKick, MODE, PRINT ...), or anything else that might
  126.      mess up AutoCAD.
  127.  
  128.           > ACAD
  129.  
  130.           ---< AutoCAD Screen Configuration >---
  131.  
  132.      Some display drivers allow the user to use multiple pages. This is
  133.      undesirable because when configured for multiple pages, the text page is
  134.      actually a graghics screen displaying text. The screen controls used in
  135.      TED will not work on a graphics screen. If you are using a single monitor
  136.      (i.e. EGA, VGA, etc...) setup, type from the Main Menu:
  137.  
  138.           > 5     (Configure AutoCAD)
  139.           > 3     (Configure video display)
  140.           > Hit [ENTER] until "Do you want to use multiple pages?"
  141.           > NO
  142.           > 0     (Exit to Main Menu)
  143.           > YES   ("Keep configuration changes?")
  144.  
  145.           ---< Test Drive >---
  146.  
  147.      From the Main Menu in AutoCAD:
  148.  
  149.           > 1     (Begin a NEW drawing)
  150.           > TEST
  151.  
  152.      When AutoCAD is all set. Type at the command prompt:
  153.  
  154.           Command: (LOAD "C:/ALACRITY/TED")
  155.  
  156.      Create some text entities. Here's some useful examples:
  157.  
  158.           Command: TEXT 1,4 0.5 0 My life is a dog.
  159.           Command: TEXT 1,3 0.5 0 Green eggs and ham.
  160.           Command: TEXT 1,2 0.5 0 TED makes text fun!
  161.  
  162.      Use TED for the first time.
  163.  
  164.           Command: TED
  165.  
  166.      Select text entities to edit. The TED 2.1a screen will look similiar to:
  167.  
  168.      TED 2.1a (c)1988 Alacrity  F2ModifyNAJoinNABreakNACopyNAPasteNAUprNALower
  169.      Insert  Line 1 Column 1    < > ^ V Home End Ins Del BSpace TAB ShftTAB ESC
  170.  
  171.      +====+====+====+====+====+====+====+====+====+====+====+====+====+====+===
  172.  
  173.  
  174.      Copyright 1988 Alacrity                                       Page 3 of 5
  175.                               TED Version 2.1a Manual
  176.  
  177.      The top line has the name TED, the copyright and a list of function keys.
  178.      The second line down has the insert mode, line number, column number, and
  179.      a list of the cursor control keys. The third line down is the command line
  180.      and is left blank. The fourth line down has the tab stops. And the
  181.      remaining lines are the text entities that you've selected.
  182.  
  183.      The reverse video shows what function key to press for that option. The
  184.      'NA' means 'Not Available'. Those options are available when you register.
  185.  
  186.      -----------------------------< KeyStrokes >-------------------------------
  187.  
  188.      Now that you have TED up and running here is a list of the function keys
  189.      in TED 2.1a:
  190.                       KEY  -  DESCRIPTION
  191.                       -------------------
  192.                      [F2]  -  Modify text entity
  193.                     [Del]  -  Delete character under cursor
  194.                     [Ins]  -  Toggle insert ON/OFF Ctrl
  195.              [Left Arrow]  -  Left one character
  196.             [Right Arrow]  -  Right one character
  197.                [Up Arrow]  -  Up one line
  198.              [Down Arrow]  -  Down one line
  199.                    [Home]  -  Beginning of line
  200.                     [End]  -  End of line
  201.                     [TAB]  -  Next tab stop right
  202.             [Shift]-[TAB]  -  Next tab stop left
  203.               [Backspace]  -  Delete character left of cursor
  204.                   [ENTER]  -  Down one line
  205.                     [ESC]  -  Quit
  206.  
  207.      The following functions are available in TED 2.1b:
  208.  
  209.                      [F3]  -  Join text entities
  210.                      [F4]  -  Break text entity at cursor position
  211.                      [F5]  -  Copy text to buffer
  212.                      [F6]  -  Paste text in buffer to cursor position
  213.                      [F7]  -  Toggle string to lower case
  214.                      [F8]  -  Toggle string to upper case
  215.  
  216.      NOTE: NEVER press [F1] key, since this flips the screen.
  217.      NOTE: If you do accidently do find yourself in the graphics screen, either
  218.            use the Modify text entity function, [F2], to regen the editing
  219.            screen. Or escape, [ESC], to exit TED.
  220.  
  221.      ---------------------------< Nitty & Gritty >-----------------------------
  222.  
  223.      TED 2.1a will only let fifteen lines be edited at one time.  TED doesn't
  224.      except anything past 79 characters per text entity.
  225.  
  226.      For those with AutoLISP technical experience: TED 2.1a takes up about 1400
  227.      nodes. This may crowd out other lisp routines. If you experience the
  228.      dreaded 'Insufficient node space' error you can try  a) use the CLEAN
  229.      function found in the AutoLISP reference manual every time the
  230.      'insufficient node space' error occurs or b) execute the (vmon) AutoLISP
  231.  
  232.      Copyright 1988 Alacrity                                       Page 4 of 5
  233.                               TED Version 2.1a Manual
  234.  
  235.      command after starting a drawing to start the virtual pager. Make sure
  236.      that you have LISPHEAP 30000, LISPSTACK 15000 and ACADFREERAM 20 (or
  237.      24) set or else it'll take more than a crow bar to make TED work.
  238.  
  239.      It is easier to use TED by having it load with a menu macro. Here's an
  240.      example macro:
  241.  
  242.        [TextEDit]^C^C(if (null C:TED) (load "C:/ALACRITY/TED"));TED
  243.  
  244.      Remember: the more lisp programs you have in memory, the slower they will
  245.      run.
  246.  
  247.      ----------------------------< What's New? >-------------------------------
  248.  
  249.               TED 2.1a new features:
  250.                  - uses the cursor keys!
  251.  
  252.               TED 2.1b new features (everything for 2.1a, plus):
  253.                  - edit 20 lines at a time
  254.  
  255.               TED 2.0a new features:
  256.                  - better screen layout
  257.                  - eliminates screen flipping between lines
  258.                  - Modify function regens screen
  259.                  - uses [Ctrl]-cursor key combinations
  260.                  - optional update when quitting
  261.                  - easier to install
  262.                  - extensive program commenting
  263.  
  264.              TED 2.0b new features (everything for 2.0a, plus):
  265.                  - create new text (similiar to DTEXT)
  266.                  - join, break text entities
  267.                  - block copy, cut and paste for text
  268.                  - toggle upper, lower case for entire string
  269.  
  270.      ----------------------------< List Of Files >------------------------------
  271.  
  272.             TED.LSP .......... The Incredible Text Editor
  273.             TED.DOC .......... This file
  274.             TED.BAT .......... AutoCAD enviroment initialization
  275.             TED.SYS .......... For those without ANSI.SYS in CONFIG.SYS
  276.             TED.ARC .......... To give to all your friends
  277.  
  278.      ----------------------------< Stay In Touch! >-----------------------------
  279.  
  280.      If you are having trouble getting TED to work just right for you, I am more
  281.      than happy to help. Please contact me through CompuServe or write to me.
  282.  
  283.                                         Jason Osgood
  284.                                         Alacrity
  285.                                         12405 SE 25th St
  286.                                         Bellevue, WA 98005
  287.                                         (206)746-0680
  288.                                         CompuServe ID: 73417,1756
  289.  
  290.      Copyright 1988 Alacrity                                       Page 5 of 5
  291.  
  292.  
  293.      ------------------------< Registration Form >-----------------------------
  294.  
  295.      To register ownership of TED 2.1a, print out and complete the following
  296.      form. Include a check or money order for $40 per copy (US dollars,
  297.      Washington residents add 8.1% sales tax) and mail to:
  298.  
  299.                     Alacrity
  300.                     12405 SE 25th St.
  301.                     Bellevue WA, 98005
  302.  
  303.           Name: _______________________________________________________
  304.  
  305.          Title: _______________________________________________________
  306.  
  307.        Company: _______________________________________________________
  308.  
  309.        Address: _______________________________________________________
  310.  
  311.           City: __________________________ State: _____ Zip: __________
  312.  
  313.          Phone: (______) _______________ Date: ________________________
  314.  
  315.        AutoCAD version/machine type: __________________________________
  316.  
  317.        Number of copies: _____
  318.  
  319.        How did you here about TED 2.1a: ______________________________
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.        End Of File
  327.  
  328.